home *** CD-ROM | disk | FTP | other *** search
- -- background: 2780 from stack: in
- -- bmap block id: 3353
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=203 top=300 right=334 bottom=242
- -- title width / last selected line: 0
- -- icon id / first selected line: 6460 / 6460
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to previous card
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=281 top=300 right=334 bottom=320
- -- title width / last selected line: 0
- -- icon id / first selected line: 6179 / 6179
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=241 top=300 right=338 bottom=282
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go home
- end mouseUp
-
-